object Form_NewNote: TForm_NewNote Left = 382 Top = 333 ActiveControl = Combo_TabName BorderStyle = bsDialog Caption = 'New note' ClientHeight = 133 ClientWidth = 311 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter ShowHint = True OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 10 Top = 15 Width = 31 Height = 13 Caption = '&Name:' FocusControl = Combo_TabName end object Label2: TLabel Left = 10 Top = 45 Width = 24 Height = 13 Caption = '&Icon:' end object Label_Type: TLabel Left = 10 Top = 75 Width = 27 Height = 13 Caption = '&Type:' FocusControl = Combo_TabType end object Button_OK: TButton Left = 15 Top = 100 Width = 75 Height = 25 Hint = 'Accept settings' Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 OnClick = Button_OKClick end object Button_Cancel: TButton Left = 95 Top = 100 Width = 75 Height = 25 Hint = 'Close dialog box' Caption = 'Cancel' ModalResult = 2 TabOrder = 4 OnClick = Button_CancelClick end object Combo_TabName: TComboBox Left = 60 Top = 10 Width = 241 Height = 21 Hint = 'Enter note name' ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 0 OnChange = Combo_TabNameChange OnKeyPress = Combo_TabNameKeyPress end object Button_Properties: TButton Left = 225 Top = 100 Width = 75 Height = 25 Hint = 'Edit properties of the new note' Caption = '&Properties' TabOrder = 5 OnClick = Button_PropertiesClick end object Combo_TabType: TComboBox Left = 60 Top = 70 Width = 241 Height = 21 Hint = 'Select type of note to create' Style = csDropDownList ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 2 OnChange = Combo_TabNameChange end object Combo_Icons: TGFXComboBox Left = 60 Top = 40 Width = 241 Height = 22 Hint = 'Select icon for note' Extended = False ItemHeight = 16 TabOrder = 1 end end